Connectivity checker for Bittorrent trackers.
Ping a single tracker url and print the result.
python3 trackerping.py http://tracker.example.com/announce
python3 trackerping.py --timeout=10 udp://tracker.example.com:80/announce
python3 trackerping.py ws://webtorrent.example.com:80/announce
Ping all trackers url in a local or remote trackerslist (one url per line).
python3 trackerping.py -l ./trackerslist.txt
python3 trackerping.py -l https://example.com/trackerslist.txt
Write available trackers to the new trackerslist:
python3 trackerping.py -l -o ./newtrackerslist.txt https://example.com/trackerslist.txt